home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
US Army & The Korean War
/
US Army & The Korean War - Disc 1.iso
/
mac
/
Reader
/
AcroRd32.exe
/
EXVW
/
10015
< prev
next >
Wrap
Text File
|
2001-09-24
|
622b
|
21 lines
gVerticalGapHeight = (gStaticTextHeight / 4);
dialog(name: '$$$/Dialogs/FontInfo')
{
view(align_children: align_left)
{
view(align_children: align_left)
{
view(align_children: align_top)
{
static_text(name: '$$$/Dialogs/FontInfo/inStr');
static_text(item_id: 'file', width: max_char_width() * 30 );
gap( width: 1, height: gStaticTextHeight + gVerticalGapHeight );
}
static_text(item_id: 'head', width: 601);
list_box(item_id: 'list', width: 601, height: (gStaticTextHeight * 9) + gVerticalGapHeight);
ok_other(other_name: '$$$/Dialogs/FontInfo/AllFonts');
}
}
}